﻿.modularTitle
{
    text-align: center;
}
.modularTitle i
{
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #0170c1;
}
.modularTitle span
{
    display: block;
    font-size: 20px;
    margin-top: 5px;
}
.modularTitle:after
{
    content: "";
    display: block;
    width: 3em;
    height: 2px;
    background-color: #0170c1;
    margin: 15px auto 0;
}

.modularTitle.white span,
.modularTitle.white i
{
    color: #fff;
}
.modularTitle.white:after
{
    background-color: #fff;
}
@media (max-width: 768px) 
{
    .modularTitle i
    {
        font-size: 22px;
    }
    .modularTitle span
    {
        font-size: 14px;
        margin-top: 0;
    }
    .modularTitle:after
    {
        margin-top: 8px;
    }
}

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}

/*产品*/
.prodctTypeList
{
    float: left;
    width: 260px;
    margin-right: 30px;
}
.recommendProductList
{
    overflow: hidden;
}
.prodctTypeHeader
{
    padding: 14px 0;
    text-align: center;
    background-color: #0170c1;
}
.prodctTypeHeader span
{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.prodctTypeHeader small
{
    display: block;
    font-size: 14px;
    color: #90c8ff;
    margin-top: 8px;
}

.prodctTypeSwiper
{
    border: 4px solid #0170c1;
    overflow: hidden;
    position: relative;
}


.prodctTypeSwiper
{
    border: 4px solid #0170c1;
    overflow: hidden;
    position: relative;
}


.prodctTypeSwiper li
{
    border-bottom: 1px solid #ececec;
}

.prodctTypeSwiper .level1 .navLiBtn
{
    display: block;
    position: relative;
    padding-right: 2em;
}
.prodctTypeSwiper .level1 .navLiBtn > i{
  position: absolute;
  display: block;
  height: 100%;
  width: 2em;
  background: url("../Images/levelBtn.png") no-repeat center center / 1em auto;
  right: 0;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.prodctTypeSwiper .level1 .navLiBtn > i.on{
  transform: rotate(180deg);
}

 .prodctTypeSwiper li a
{
    display: block;
    line-height: 53px;
    font-size: 17px;
    padding-left: 15px;
}

.prodctTypeSwiper .level1 > li:hover .navLiBtn a,
.prodctTypeSwiper .level1 > li.on .navLiBtn a,
.prodctTypeSwiper .level2 > li:hover a,
.prodctTypeSwiper .level2 > li.on a,
.prodctTypeSwiper li.on > a
{
    background: #eff8f8;
    color: #ff7f00;
}
 .prodctTypeSwiper .level2
 {
     display: none;
 }
  .prodctTypeSwiper .level1 li:first-child .level2
  {
      display: block;
  }
 .prodctTypeSwiper .level2 a
 {
     font-size: 15px;
    padding-left: 30px;
 }
.sideNav-button-next, .sideNav-button-prev {
    height: 100%;
    width: 26px;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    background-size: auto 40%;
}



.recommendProductList .recommendProductHeader
{
    height: 50px;
    line-height: 50px;
    background: url("../Images/line.jpg") no-repeat 0 0 / 100% 100%;
    margin-bottom: 15px;
}
.recommendProductList .recommendProductHeader .left
{
    float: left;
    width: 7em;
    text-align: center;
    background-color: #0170c1;
    color: #fff;
    font-size: 16px;
}
.recommendProductList .recommendProductHeader .right
{
    overflow: hidden;
    text-align: right;
    padding-right: 15px;
}
.recommendProductList .recommendProductHeader .right a
{
    color: #808080;
}
.recommendProductList li
{
    float: left;
    width: 31%;
    margin: 1.1%;
}

.recommendProductList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProductList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: #ddd;
    color: #666;
    padding: 0 0.5em;
}
.recommendProductList li:hover span
{
    background-color: #0170c1;
    color: #fff;
}

@media (max-width: 768px) 
{
    .prodctTypeList
    {
        width: 100%;
        float: none;
       
    }
    .prodctTypeList li
    {
        width: auto;
        margin: 0 1em;
        white-space: nowrap;
    }
    .prodctTypeList li a
    {
        padding-left: 0;
        line-height: 35px;
        font-size: 14px;
    }
    .prodctTypeSwiper
    {
         padding-left: 26px;
        padding-right: 26px;
        border-width: 2px;
    }
    .prodctTypeHeader 
    {
        padding: 10px 0 8px 0;
    }
    .prodctTypeHeader small
    {
        display: none;
    }
    .prodctTypeHeader span
    {
        font-size: 16px;
    }
    .recommendProductList .recommendProductHeader
    {
        display: none;
    }
    
    .recommendProductList li
    {
        width: 48%;
        margin: 1%;
    }
    .recommendProductList li:nth-child(n+9)
    {
        display: none;
    }

    .recommendProductList li span
    {
        font-size: 13px;
        height: 2.5em;
        line-height: 2.5em;
    }
    .prodctTypeSwiper .level1 > li
    {
        width: 33.3%;
        text-align: center;
        float: left;
        margin: 0;
    }
    .prodctTypeSwiper .level1 .navLiBtn > i
    {
        display: none;
        }
        .prodctTypeSwiper .level1 .navLiBtn
        {
            padding-right: 0;
        }
    .prodctTypeSwiper .level2
    {
        display: none !important;
    }
}

/*优势*/
.advantageList
{
    background: url("../Images/advantage-bg.png") no-repeat center 200px;
    margin-top: 40px;
}
.advantageList li .img
{
    float: right;
    width: 48%;
}
.advantageList li .img img
{
    max-width: 100%;
}
.advantageList li .info
{
    float: left;
    width: 48%;
    padding: 40px 0 80px;
    background: url("../Images/advantage-line.jpg") no-repeat center bottom;
}
.advantageList li .info .num
{
    float: left;
    position: relative;
    margin-right: 20px;
    background-color: #0378db;
    color: #fff;
    font-size: 30px;
    width: 1.8em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    font-weight: bold;
    font-family:arial;
}
.advantageList li .info .num:after
{
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 2px;
    background-color: #fff;
    top: 50%;
    margin-top: 0.7em;
    left: 50%;
    margin-left: -0.5em;
}
.advantageList li .info .text
{
    overflow: hidden;
}
.advantageList li .info .text span
{
    display: block;
    color: #ff7f00;
    font-size: 24px;
    font-weight: bold;
}
.advantageList li .info .text p
{
    color #707070;
    font-size: 14px;
    line-height: 2.4em;
    margin-top: 20px;
}
.advantageList li:nth-child(2n-1) .img img
{
    margin-left: auto;
    margin-right: 0;
}
.advantageList li:nth-child(2n) .img
{
    float: left;
}
.advantageList li:nth-child(2n) .info
{
    float: right;
}
.advantageList li:nth-child(3) .img
{
    margin-top: -40px;
}
.advantageList li:nth-child(4) .img
{
    margin-top: -80px;
}
@media (max-width: 768px) 
{
    .advantageList
    {
        background: initial;
        margin-top: 20px;
    }
    .advantageList li .img
    {
        width: 100%;
        float: none;
    }
    .advantageList li .img img
    {
        margin: 0 auto;
    }
    .advantageList li .info
    {
        width: 100%;
        float: none;
        padding-top: 15px;
        padding-bottom: 35px;
        margin-bottom: 5px;
    }
    .advantageList li .info .num
    {
        font-size: 26px;
    }
    .advantageList li .info .text span
    {
        font-size: 18px;
    }
    .advantageList li .info .text p
    {
        font-size: 13px;
        line-height: 2em;
        margin-top: 15px;
    }
    .advantageList li:nth-child(3) .img,
    .advantageList li:nth-child(4) .img
    {
        margin-top: 0;
    }
}

/*工程*/
.projectBox
{
    background: url("../Images/case0.jpg") no-repeat center center / cover;
    padding: 80px 0 60px;
}
.recommendProjectList
{
    position: relative;
    margin-top: 30px;
}

.recommendProjectList li
{
    float: left;
    width: 24%;
    margin: 0.5%;
}

.recommendProjectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProjectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
.projectBox .more a
{
    display: block;
    height: 60px;
    line-height: 60px;
    width: 9em;
    font-size: 18px;
    background-color: #ff8c00;
    color: #fff;
    margin: 60px auto 0;
    text-align: center;
}
@media (max-width: 768px) 
{
    .projectBox
    {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .recommendProjectList
    {
        margin-top: 20px;
    }
    .recommendProjectList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProjectList li span
    {
        font-size: 13px;
    }
    
    .projectBox .more a
    {
        font-size: 14px;
        height: 2.4em;
        line-height: 2.4em;
        margin-top: 20px;
    }
}

/*首页关于我们*/
.about
{
    position: relative;
    padding-left: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.about .aboutImg
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45%;
    background: url("../Images/aboutImg.jpg") no-repeat center center / cover;
}
.about .text
{
    background-color: #0170c1;
    padding: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}
.about .text p
{
    text-indent: 2em;
}
.about .text .aboutMore
{
    display: block;
    width: 9em;
    height: 34px;
    line-height: 34px;
    background-color: #ff8c00;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.aboutSummary
{
    height: 16.2em;
    overflow: hidden;
}
@media (max-width: 768px)
{
    .about
    {
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    .about .aboutImg
    {
        position: relative;
        width: 100%;
        height: 40vw;
    }
    .about .text
    {
        padding: 20px 15px;
        
    }
    .about .text .aboutSummary
    {
        font-size: 13px;
        line-height: 1.8em;
        height: 12.6em;
        overflow-y: auto;
        box-sizing: content-box;
    }
    .about .text .aboutMore
    {
        font-size: 14px;
        height: 2.4em;
        line-height: 2.4em;
    }
}

/*实力*/
.power
{
    border: 1px solid #ece7e7;
    padding: 25px 0;
}
.power li
{
    float: left;
    width: 25%;
   text-align: center;
}
.power li span
{
    display: block;
    font-size: 14px;
    color: #707070;
}
.power li span i
{
    font-size: 3em;
    color: #FF8C00;
    font-style: normal;
}
@media (max-width: 768px)
{
    .power
    {
        padding: 0;
        border: none;
    }
    .power li
    {
        display: flex;
        flex-direction: column;
    justify-content: center;
        width: 48%;
        height: 25vw;
        padding: 1%;
        margin: 1%;
        border: 1px solid #ece7e7;
    }
    .power li span
    {
        font-size: 13px;
    }
    .power li span i
    {
        font-size: 2em;
    }
}
/*新闻*/

.newsLeft
{
    width: 65%;
    float: left;
}
.newsTitle
{
    line-height: 30px;
    margin-bottom: 30px;
}
.newsTitle span
{
    float: left;
    color: #0170c1;
    font-size: 18px;
}
.newsTitle a
{
    float: right;
    font-size: 14px;
    color: #808080;
}

.newsList .firstNews
{
    width: 44%;
    float: left;
}
.newsList .firstNews .imgBox
{
    padding-bottom: 45.4%;
}
.newsList .firstNews .imgBox img
{
    width: 100%;
    height: 100%;
}
.newsList .firstNews span
{
    display: block;
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}
.newsList .firstNews small
{
    display: block;
    color: #969696;
    font-size: 14px;
    margin-top: 10px;
}
.newsList .firstNews p
{
    color:#707070;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}

.newsList .otherNews
{
 float: right;
    width: 50%;   
}
.newsList .otherNews li
{
    line-height: 48px;
    border-bottom: 1px dashed #ececec;
    padding-left: 20px;
    background: url("../Images/dd.png") no-repeat 0 center;
}
.newsList .otherNews small
{
    float: right;
    font-size: 14px;
    color: #969696;
    margin-left: 1em;
}
.newsList .otherNews span
{
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.newsRight
{
    width: 30%;
    float: right;
}
.answerList li
{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #ececec;
    font-size: 16px;
    line-height: 1.6em;
}
.answerList li .question
{
    color: #323232;
    margin-bottom: 10px;
}
.answerList li .answer
{
    color: #707070;
    height: 3.2em;
    overflow: hidden;
}
.answerList li .question:before,
.answerList li .answer:before
{
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}
.answerList li .question:before
{
    content: "问";
    background-color: #3958a8;
}
.answerList li .answer:before
{
    content: "答";
    background-color: #999;
}

@media (max-width: 768px) 
{
   .newsLeft,
   .newsRight
   {
       width: 100%;
       float: none;
   }
   .newsTitle
   {
       margin-top: 30px;
       margin-bottom: 15px;
   }
   .answerList li
   {
       font-size: 13px;
       padding-bottom: 10px;
       margin-bottom: 10px;
   }
   .newsList .firstNews,
   .newsList .otherNews
   {
       width: 100%;
       float: none;
   }
    .newsList .firstNews
    {
       border-bottom: 1px dashed #ececec;
       padding-bottom: 5px;
    }
   .newsList .firstNews small
   {
       margin-top: 0;
   }
   .newsList .firstNews p
   {
       margin-top: 0;
       font-size: 12px;
   }
   .newsList .otherNews li
   {
       line-height: 35px;
       font-size: 13px;
   }
}

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 80px;
}

.relativeBox li
{
    float: left;
    margin-bottom: 5px;
    width: 25%;
    overflow: hidden;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox
    {
        padding-top: 40px;
    }

    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}